home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01224_YEAR-GO.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  155 b   |  10 lines

  1. global syearstr, lyearlist
  2.  
  3. on mouseDown
  4.   if chars(syearstr, 1, 5) = "G1986" then
  5.   else
  6.     puppetSound("Single Click")
  7.     mgotonextyear()
  8.   end if
  9. end
  10.